home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kompuutteri Kaikille K-CD 2008 #18
/
KCD200818.ISO
/
Euro Truck
/
ets_1_00_setup.exe
/
base.scs
/
effect
/
eut
/
light
/
nv2x.vp
< prev
next >
Wrap
Text File
|
2008-07-25
|
1KB
|
33 lines
!!ARBvp1.0
# cgc version 2.0.0015, build date May 15 2008
# command line args: -quiet -fastprecision -I../../eurotrucks/eut_effect -I../../src/shaderlib/effect -profile arbvp1 -DPATH_NV2X
# source file: light/eut.light.cg
#vendor NVIDIA Corporation
#version 2.0.0.15
#profile arbvp1
#program vertex_main
#semantic vertex_main.transform
#var float4 v.position : $vin.POSITION : POSITION : 0 : 1
#var float3 v.normal : $vin.NORMAL : : 0 : 0
#var float4 v.color : $vin.COLOR0 : COLOR0 : 0 : 1
#var float4 v.tex_coord_0 : $vin.TEXCOORD0 : : 0 : 0
#var float4x4 transform.mvp_matrix : : c[1], 4 : 1 : 1
#var float4x4 transform.mv_matrix : : c[5], 4 : 1 : 1
#var float4 vertex_main.position : $vout.POSITION : HPOS : -1 : 1
#var float4 vertex_main.diffuse : $vout.COLOR0 : COL0 : -1 : 1
#var float3 vertex_main.specular : $vout.COLOR1 : COL1 : -1 : 1
#var float vertex_main.fog : $vout.FOG : FOGC : -1 : 1
#var float4 vertex_main.tex_coord_0 : $vout.TEXCOORD0 : : -1 : 0
#const c[0] = 0
PARAM c[9] = { { 0 },
program.local[1..8] };
MOV result.color, vertex.color;
MOV result.color.secondary.xyz, c[0].x;
DP4 result.position.w, vertex.position, c[4];
DP4 result.position.z, vertex.position, c[3];
DP4 result.position.y, vertex.position, c[2];
DP4 result.position.x, vertex.position, c[1];
DP4 result.fogcoord.x, -vertex.position, c[7];
END
# 7 instructions, 0 R-regs